home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
source8
/
blobmm.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-22
|
217 b
|
13 lines
program Blobmm;
{Program to demo TDBMULTIMEDIA Vcl}
uses
Forms,
Mmblob in 'MMBLOB.PAS' {BtnBottomDlg};
{$R *.RES}
begin
Application.CreateForm(TBtnBottomDlg, BtnBottomDlg);
Application.Run;
end.